/**
 * banner
 */
.section-item{
	position: relative;
    width: 100%;
    box-sizing: border-box;
    display: block;
    margin: 0;
    padding: 0;
}
#header-swiper-container {
    color: #FFFFFF;
    -webkit-backface-visibility: hidden;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}
#header-swiper-container .swiper-slide {
    background-size: cover!important;
    background-position: center!important;
    min-height: 430px;
}
.swiper-slide-topbox {
    padding-top: 40%;
}
.swiper-center-text {
    position: absolute;
    display: block;
    top: 30%;
    text-align: center;
    margin: 0 auto;
	width: 100%;
}
#header-swiper-container h3 {
    font: 400 13px/1.5 "Open Sans", "Helvetica neue", Helvetica, Tahoma, "lantinghei sc", "Microsoft Yahei", sans-serif;
    font-size: 3.75rem;
    font-weight: 800;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
	max-width: 620px;
	margin: 0 auto;
}
#header-swiper-container h4 {
    font: 400 13px/1.5 "Open Sans", "Helvetica neue", Helvetica, Tahoma, "lantinghei sc", "Microsoft Yahei", sans-serif;
    font-size: 1.5rem;
    font-weight: 800;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
	padding: 20px 0 30px;
	max-width: 620px;
	margin: 0 auto;
	letter-spacing: 25px;
}
#header-swiper-container p {
    font-size: 1rem;
	max-width: 620px;
	margin: 0 auto;
	line-height: 1.5;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
}
.line-height40 {
    display: block;
    width: 100%;
    padding-top: 2%;
}
.line-height40:before, .line-height40:after {
    display: table;
    content: " ";
    clear: both;
}
.no-shadow.border-white {
    box-shadow: none!important;
}
.banner-button {
    display: inline-block;
    box-sizing: border-box;
    padding: 8px;
    /* text-align: center; */
    width: 100%;
    max-width: 180px;
    border-radius: 20px;
    background: #ffffff;
    border: 0;
    font-size: 14px;
    margin: 20px 0px;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    font-weight: 600;
	transition: all 0.3s;
}
.banner-button.border-white {
	background-color: rgba(255, 255, 255, 0.051);
    border: 1px solid #ffffff;
    color: #ffffff;
	padding: 15px 0;
	border-radius: 180px;
}
.banner-button.border-white:hover {
	color: rgb(255, 255, 255);
    border: 1px solid rgb(47, 94, 216);
	background-color: rgb(47, 94, 216);
	    box-shadow: 0px 8px 20px 0px rgba(1, 51, 181, 0.3);
}
.no-shadow.border-white {
    box-shadow: none!important;
}
.index-main-swiper-bottom-footer {
    display: block;
}
.swiper-pagination-bullet{
    background: rgba(51, 51, 51, 1);
    width: 20px;
    border-radius: 18px;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: #2f5ed8;
    width: 50px;
}
#header-swiper-container .swiper-button-prev {
    background-image: url(../img/swiper-button-prev.png);
    background-size: 20px 34px;
    width: 34px;
    height: 20px;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    -webkit-transition: margin-left 0.3s;
    -moz-transition: margin-left 0.3s;
    -ms-transition: margin-left 0.3s;
    -o-transition: margin-left 0.3s;
    transition: margin-left 0.3s;
}
#header-swiper-container .swiper-button-next {
    background-image: url(../img/swiper-button-next.png);
    background-size: 20px 34px;
    width: 34px;
    height: 20px;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    -webkit-transition: margin-right 0.3s;
    -moz-transition: margin-right 0.3s;
    -ms-transition: margin-right 0.3s;
    -o-transition: margin-right 0.3s;
    transition: margin-right 0.3s;
}
@media screen and (max-width: 960px) {
	#header-swiper-container h3 {
	    font-size: 2.5rem;
	}
	#header-swiper-container h4 {
	    font-size: 1rem;
	}
	#header-swiper-container p {
	    font-size: 1rem;
		max-width: 620px;
		margin: 0 auto;
	    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
	}
	.banner-button.border-white{
		font-size: 1em;
		line-height: 1em;
		max-width: 100px;
		padding: 8px 4px;
		margin-top: 20px;
	}
	.swiper-center-text{
		top: 20%;
	}
	.swiper-slide-topbox{
		padding-top: 50% !important;
	}
}
@media screen and (max-width: 700px) {
	.swiper-center-text{
		width: auto;
		padding: 0 20px;
	}
	.swiper-slide-topbox{
		padding-top: 400px !important;
	}
}
@media screen and (max-width: 600px) {
	#header-swiper-container h3{
		font-size: 1.5em;
		letter-spacing: 5px;
	}
	.banner-button.border-white{
		font-size: 1em;
		line-height: 1em;
		max-width: 100px;
		padding: 8px 4px;
		margin: 20px 0px 0px 0px;
	}
}

/**
 * 公共背景
 */
.bodyBg {
	background-image: url(../img/bodyBg.jpg);
	background-position: top;
	background-size: cover;
}

/**
 * 第一屏
 */
.item-section-1 {
	padding: 120px 0;
}
.item-section-1 .aboutText {
	position: relative;
	width: 48%;
	margin-right: 2%;
	float: left;
}
.item-section-1 .aboutText .h3 {
	position: relative;
	font-size: 50px;
	font-family: "Microsoft YaHei";
	color: rgb(47, 94, 216);
	font-weight: bold;
	letter-spacing: 20px;
	z-index: 2;
}
.item-section-1 .aboutText .h4 {
	font-size: 40px;
	font-family: "Lucida Console";
	color: rgba(227, 227, 227, 0.62);
	text-transform: uppercase;
	text-align: justifyAll;
	position: absolute;
	top: 45px;
	letter-spacing: 45px;
	z-index: 1;
}
.item-section-1 .aboutText .content {
	padding: 60px 0 35px;
	font-size: 16px;
	font-family: "Microsoft YaHei";
	color: rgb(102, 102, 102);
	white-space: pre-wrap;
	line-height: 1.5;
}
.item-section-1 .aboutText .content p {
	font-size: 16px;
	font-family: "Microsoft YaHei";
	color: rgb(102, 102, 102);
	padding-bottom: 25px;
}
.item-section-1 .aboutText .btn {
	max-width: 245px;
	font-size: 12px;
	font-family: "Myriad Pro";
	color: rgb(255, 255, 255);
	line-height: 50px;
	background-color: rgb(47, 94, 216);
	border-radius: 180px;
	text-align: center;
	cursor: pointer;
	transition: all 0.3s;
}
.item-section-1 .aboutText .btn:hover {
	    box-shadow: 0px 8px 20px 0px rgba(1, 51, 181, 0.3);
}
.item-section-1 .aboutVideo {
	width: 50%;
	float: left;
}
.item-section-1 .aboutVideo #video {
	width: 80%;
	margin: 5% 10% 0;
	height: 440px;
	object-fit: fill;
}
.item-section-1 .aboutVideo #video:hover {
	box-shadow: 0px 10px 20px 0px rgba(46, 46, 46, 0.3);
}
.item-section-1 .allyLogo {
	width: 100%;
	padding-top: 100px;
}
.item-section-1 .allyLogo .list {
	width: 16.6666667%;
	float: left;
}
.item-section-1 .allyLogo .list:hover {
	box-shadow: 0px 10px 20px 0px rgba(46, 46, 46, 0.3);
}
.item-section-1 .allyLogo .list img {
	max-width: 100%;
	max-height: 40px;
	margin: 10px auto;
}
@media screen and (max-width: 960px) {
	.item-section-1 {
		padding: 40px 0;
	}
	.item-section-1 .aboutText {
		width: 100%;
		float: none;
		text-align: center;
	}
	.item-section-1 .aboutText .h4 {
		position: relative;
		top: -20px;
	}
	.item-section-1 .aboutText .content {
		padding: 20px 10px 10px;
	}
	.item-section-1 .aboutText .btn {
		margin: 0 auto;
	}
	.item-section-1 .aboutVideo {
		width: 100%;
	}
	.item-section-1 .aboutVideo #video {
		width: 90%;
		height: auto;
		margin: 40px auto 0;
		display: block;
	}
	.item-section-1 .allyLogo {
		padding-top: 20px;
	}
	.item-section-1 .allyLogo .list {
		width: 33.3333334%;
		margin-top: 20px;
	}
}
@media screen and (max-width: 600px) {
	.item-section-1 .aboutText .h3 {
		font-size: 30px;
		letter-spacing: 10px;
	}
	.item-section-1 .aboutText .h4 {
		font-size: 20px;
		top: -10px;
		letter-spacing: 20px;
	}
	.item-section-1 .allyLogo .list {
		width: 50%;
	}
	.item-section-1 .allyLogo .list img {
		max-width: 80%;
		max-height: 40px;
		margin: 10px auto;
	}
}

/**
 * 第二屏
 */
.item-section-2 {
	padding: 120px 0;
	background-image: url(../img/indexBg1.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
.item-section-2 .manage {
	width: 100%;
}
.item-section-2 .manage .manageTitle {
	text-align: center;
	position: relative;
}
.item-section-2 .manage .manageTitle .h3 {
	position: relative;
	font-size: 50px;
	font-family: "Microsoft YaHei";
	color: #FFFFFF;
	font-weight: bold;
	letter-spacing: 20px;
	z-index: 2;
}
.item-section-2 .manage .manageTitle .h4 {
	font-size: 40px;
	font-family: "Lucida Console";
	color: rgba(149, 160, 199, 0.62);
	text-transform: uppercase;
	text-align: justifyAll;
	position: relative;
	top: -45px;
	letter-spacing: 45px;
	z-index: 1;
	width: 50%;
	margin: 0 auto;
}
.item-section-2 .manage .manageList {
	width: 100%;
	padding: 150px 0 200px;
}
.item-section-2 .manage .manageList .list {
	width: 25%;
	float: left;
}
.item-section-2 .manage .manageList .list img {
	width: 80px;
	height: 80px;
	display: block;
	margin: 0 auto;
}
.item-section-2 .manage .manageList .list .h4 {
	font-size: 24px;
	font-family: "Microsoft YaHei";
	color: rgb(255, 255, 255);
	text-align: center;
	padding: 20px 0 30px;
}
.item-section-2 .manage .manageList .list .desc {
	font-size: 14px;
	font-family: "Microsoft YaHei";
	color: rgb(255, 255, 255);
	text-align: center;
	line-height: 1.5;
	width: 70%;
	margin: 0 auto;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.item-section-2 .manage .manageBtn {
	max-width: 245px;
	font-size: 12px;
	font-family: "Myriad Pro";
	color: rgb(255, 255, 255);
	line-height: 50px;
	background-color: rgb(47, 94, 216);
	border-radius: 180px;
	text-align: center;
	cursor: pointer;
	margin: 0 auto;
	transition: all 0.3s;
}
.item-section-2 .manage .manageBtn:hover {
	    box-shadow: 0px 8px 20px 0px rgba(1, 51, 181, 0.3);
}
@media screen and (max-width: 960px) {
	.item-section-2 {
		padding: 40px 0;
	}
	.item-section-2 .manage .manageTitle .h3 {
		font-size: 30px;
	}
	.item-section-2 .manage .manageTitle .h4 {
		font-size: 20px;
		letter-spacing: 20px;
		top: -20px;
	}
	.item-section-2 .manage .manageList {
		padding: 40px 0;
	}
	.item-section-2 .manage .manageList .list .desc {
		width: 90%;
	}
}
@media screen and (max-width: 600px) {
	.item-section-2 .manage .manageTitle .h4 {
		width: 100%;
	}
	.item-section-2 .manage .manageList {
		padding: 20px 0;
	}
	.item-section-2 .manage .manageList .list {
		width: 50%;
		padding: 20px 0;
	}
}

/**
 * 第三屏
 */
.item-section-3 {
	padding: 120px 0;
}
.item-section-3 .goodsTitle {
	text-align: center;
	position: relative;
}
.item-section-3 .goodsTitle .h3 {
	position: relative;
	font-size: 50px;
	font-family: "Microsoft YaHei";
	color: #2f5ed8;
	font-weight: bold;
	letter-spacing: 20px;
	z-index: 2;
}
.item-section-3 .goodsTitle .h4 {
	font-size: 40px;
	font-family: "Lucida Console";
	color: rgba(227, 227, 227, 0.62);
	text-transform: uppercase;
	text-align: justifyAll;
	position: relative;
	top: -45px;
	letter-spacing: 45px;
	z-index: 1;
	width: 50%;
	margin: 0 auto;
}
.item-section-3 .goodsCat {
	text-align: center;
	padding: 80px 0;
}

.item-section-3 .goodsCat .lanmu {
	width: 200px;
	font-size: 16px;
	font-family: "Microsoft YaHei";
	color: rgb(47, 94, 216);
	border-width: 2px;
	border-color: rgb(47, 94, 216);
	border-style: solid;
	display: inline-block;
	line-height: 50px;
	border-radius: 180px;
	text-align: center;
	margin: 0 10px;
	cursor: pointer;
}
.item-section-3 .goodsCat .lanmu.act {
	color: #FFFFFF;
	background-color: rgb(47, 94, 216);
}
.item-section-3 .goodsCat .lanmu:hover {
	color: #FFFFFF;
	background-color: rgb(47, 94, 216);
	box-shadow: 0px 8px 20px 0px rgba(1, 51, 181, 0.3);
}
.item-section-3 .goodsList {
	width: 100%;
}
.item-section-3 .goodsList .list {
	width: 33.3333334%;
	float: left;
	background-color: #FFFFFF;
}
.item-section-3 .goodsList .list:hover {
	box-shadow: 0px 20px 30px 0px rgba(33, 36, 41, 0.2);
}
.item-section-3 .goodsList .list .layout {
	padding: 20px;
}
.item-section-3 .goodsList .list img {
	width: 180px;
	height: 180px;
	display: inline-block;
}
.item-section-3 .goodsList .list .content {
	width: calc(100% - 185px);
	display: inline-block;
	vertical-align: top;
}
.item-section-3 .goodsList .list .content .title {
	font-size: 20px;
	font-family: "Microsoft YaHei";
	color: rgb(51, 51, 51);
	font-weight: bold;
	margin: 0 20px 20px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	
}
.item-section-3 .goodsList .list .content .desc {
	font-size: 14px;
	font-family: "Microsoft YaHei";
	color: rgb(105, 105, 105);
	margin: 0 20px 0;
	line-height: 1.5;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
}
.item-section-3 .goodsBtn {
	max-width: 245px;
	font-size: 12px;
	font-family: "Myriad Pro";
	color: rgb(255, 255, 255);
	line-height: 50px;
	background-color: rgb(47, 94, 216);
	border-radius: 180px;
	text-align: center;
	cursor: pointer;
	margin: 100px auto 0;
	transition: all 0.3s;
}
.item-section-3 .goodsBtn:hover {
	    box-shadow: 0px 8px 20px 0px rgba(1, 51, 181, 0.3);
}
@media screen and (max-width: 960px) {
	.item-section-3 {
		padding: 40px 0;
	}
	.item-section-3 .goodsTitle .h3 {
		font-size: 30px;
	}
	.item-section-3 .goodsTitle .h4 {
		font-size: 20px;
		letter-spacing: 20px;
		top: -20px;
	}
	.item-section-3 .goodsCat {
		padding: 20px 0 40px;
	}
	.item-section-3 .goodsCat .lanmu {
		font-size: 14px;
		width: 140px;
		line-height: 30px;
	}
	.item-section-3 .goodsList .list {
		width: 100%;
		float: none;
	}
	.item-section-3 .goodsBtn {
		margin: 40px auto 0;
	}
}
@media screen and (max-width: 690px) {
	.item-section-3 .goodsTitle .h4 {
		width: 100%;
	}
	.item-section-3 .goodsCat {
		padding: 20px 0;
	}
	.item-section-3 .goodsCat .lanmu {
		width: 120px;
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 450px) {
	.item-section-3 .goodsList .list img {
		display: block;
		margin: 0 auto;
		margin-bottom: 20px;
	}
	.item-section-3 .goodsList .list .content {
		width: 100%;
		display: block;
		margin: 0 auto;
	}
	.item-section-3 .goodsList .list .content .title {
		margin: 0 0 20px;
	}
	.item-section-3 .goodsList .list .content .desc {
		margin: 0;
	}
}

/**
 * 第四屏
 */
.item-section-4 {
	padding: 120px 0;
	background-image: url(../img/indexBg2.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
.item-section-4 .teamTitle {
	text-align: center;
	position: relative;
}
.item-section-4 .teamTitle .h3 {
	position: relative;
	font-size: 50px;
	font-family: "Microsoft YaHei";
	color: #FFFFFF;
	font-weight: bold;
	letter-spacing: 20px;
	z-index: 2;
}
.item-section-4 .teamTitle .h4 {
	font-size: 40px;
	font-family: "Lucida Console";
	color: rgba(149, 160, 199, 0.62);
	text-transform: uppercase;
	text-align: justifyAll;
	position: relative;
	top: -45px;
	letter-spacing: 45px;
	z-index: 1;
	width: 50%;
	margin: 0 auto;
}
.item-section-4 .teamList {
	width: 100%;
	padding: 80px 0;
}
.item-section-4 .teamList .list {
	width: 20%;
	float: left;
}
.item-section-4 .teamList .list .layout {
	margin: 0 15px;
	padding: 30px 20px;
	background-color: #FFFFFF;
}
.item-section-4 .teamList .list .layout:hover {
	box-shadow: 0px 20px 30px 0px rgba(33, 36, 41, 0.2);
}
.item-section-4 .teamList .list .layout img {
	width: 70%;
	border-radius: 50%;
	border: 1px solid #e7e7e7;
	margin: 0 auto;
}
.item-section-4 .teamList .list .layout .name {
	font-size: 24px;
	font-family: "Microsoft YaHei";
	color: rgb(51, 51, 51);
	text-align: center;
	padding: 20px 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.item-section-4 .teamList .list .layout .desc {
	font-size: 14px;
	font-family: "Microsoft YaHei";
	color: rgb(76, 76, 76);
	line-height: 1.5;
	text-align: center;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.item-section-4 .teamBtn {
	max-width: 245px;
	font-size: 12px;
	font-family: "Myriad Pro";
	color: rgb(255, 255, 255);
	line-height: 50px;
	background-color: rgb(47, 94, 216);
	border-radius: 180px;
	text-align: center;
	cursor: pointer;
	margin: 0 auto;
	transition: all 0.3s;
}
.item-section-4 .teamBtn:hover {
	    box-shadow: 0px 8px 20px 0px rgba(1, 51, 181, 0.3);
}
@media screen and (max-width: 960px) {
	.item-section-4 {
		padding: 40px 0;
	}
	.item-section-4 .teamTitle .h3 {
		font-size: 30px;
	}
	.item-section-4 .teamTitle .h4 {
		font-size: 20px;
		letter-spacing: 20px;
		top: -20px;
	}
	.item-section-4 .teamList {
		padding: 20px 0;
	}
	.item-section-4 .teamList .list {
		width: 33.3333334%;
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 600px) {
	.item-section-4 .teamList .list {
		width: 50%;
	}
}
@media screen and (max-width: 420px) {
	.item-section-4 .teamTitle .h4 {
		width: 80%;
	}
	.item-section-4 .teamList .list .layout {
		margin: 0 10px;
		padding: 20px 5px;
	}
}

/**
 * 第五屏
 */
.item-section-5 {
	padding: 120px 0;
}
.item-section-5 .newsTitle {
	text-align: center;
	position: relative;
}
.item-section-5 .newsTitle .h3 {
	position: relative;
	font-size: 50px;
	font-family: "Microsoft YaHei";
	color: #2f5ed8;
	font-weight: bold;
	letter-spacing: 20px;
	z-index: 2;
}
.item-section-5 .newsTitle .h4 {
	font-size: 40px;
	font-family: "Lucida Console";
	color: rgba(227, 227, 227, 0.62);
	text-transform: uppercase;
	text-align: justifyAll;
	position: relative;
	top: -45px;
	letter-spacing: 45px;
	z-index: 1;
	width: 50%;
	margin: 0 auto;
}
.item-section-5 .newsCat {
	text-align: center;
	padding: 80px 0;
}
.item-section-5 .newsCat .lanmu {
	width: 200px;
	font-size: 16px;
	font-family: "Microsoft YaHei";
	color: rgb(47, 94, 216);
	border-width: 2px;
	border-color: rgb(47, 94, 216);
	border-style: solid;
	display: inline-block;
	line-height: 50px;
	border-radius: 180px;
	text-align: center;
	margin: 0 10px;
	cursor: pointer;
}
.item-section-5 .newsCat .lanmu.act {
	color: #FFFFFF;
	background-color: rgb(47, 94, 216);
}
.item-section-5 .newsCat .lanmu:hover {
	color: #FFFFFF;
	background-color: rgb(47, 94, 216);
	box-shadow: 0px 8px 20px 0px rgba(1, 51, 181, 0.3);
}
.item-section-5 .newsList {
	width: 100%;
}
.item-section-5 .newsList .newsLeft {
	width: 50%;
	float: left;
}
.item-section-5 .newsList .newsLeft .list {
	width: 50%;
	float: left;
}
.item-section-5 .newsList .newsLeft .list .layout {
	margin: 15px 10px;
	background-color: #FFFFFF;
	border-radius: 5px;
	cursor: pointer;
	border: 1px solid #eeeeee;
}
.item-section-5 .newsList .newsLeft .list .layout .thumb {
	width: 100%;
	background-position: center;
	background-size: cover;
	padding-top: 59%;
}
.item-section-5 .newsList .newsLeft .list .layout .head {
	padding: 10px 20px;
}
.item-section-5 .newsList .newsLeft .list .layout .head .time {
	font-size: 12px;
	font-family: "Arial";
	color: rgb(47, 94, 216);
	display: inline-block;
}
.item-section-5 .newsList .newsLeft .list .layout .head .look {
	font-size: 12px;
	font-family: "Arial";
	color: rgba(153, 153, 153, 0.988);
	float: right;
}
.item-section-5 .newsList .newsLeft .list .layout .head .look img {
	height: 10px;
	margin-right: 5px;
	display: inline-block;
}
.item-section-5 .newsList .newsLeft .list .layout .title {
	padding: 0 20px;
	margin-bottom: 20px;
	font-size: 18px;
	font-family: "Microsoft YaHei";
	color: rgb(70, 70, 70);
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	height: 44px;
}
.item-section-5 .newsList .newsLeft .list .layout:hover {
	background-color: rgb(248, 248, 248);
	box-shadow: 0px 8px 15px 2px rgba(51, 51, 51, 0.1);
}
.item-section-5 .newsList .newsLeft .list .layout:hover .title {
	font-weight: bold;
}
.item-section-5 .newsList .newsRight {
	width: 50%;
	float: left;
}
.item-section-5 .newsList .newsRight .list {
	width: 50%;
	float: left;
}
.item-section-5 .newsList .newsRight .content{
	margin: 15px 10px;
  	border-width: 1px;
  	border-color: rgb(238, 238, 238);
  	border-style: solid;
  	border-radius: 4px;
  	background: #FFFFFF;
  	cursor: pointer;
  	padding-bottom: 0px;
}
.item-section-5 .newsList .newsRight .content:hover{
  	background-color: rgb(248, 248, 248);
	box-shadow: 0px 8px 15px 2px rgba(51, 51, 51, 0.1);
}
.item-section-5 .newsList .newsRight .content.img:hover{
    box-shadow: none;
}
.item-section-5 .newsList .newsRight .content .time{
	border: 1px solid #1a53d2;
	float: left;
	padding: 8px 8px 4px 8px;
	border-radius: 4px;
	margin: 10px;
	margin-right: 25px;
}
.item-section-5 .newsList .newsRight .content:hover .time{
    background-image: -moz-linear-gradient( 120deg, rgb(26,83,210) 0%, rgb(79,134,255) 100%);
    background-image: -webkit-linear-gradient( 120deg, rgb(26,83,210) 0%, rgb(79,134,255) 100%);
    background-image: -ms-linear-gradient( 120deg, rgb(26,83,210) 0%, rgb(79,134,255) 100%);
}
.item-section-5 .newsList .newsRight .content .time h3{
	font-family: arial;
	font-size: 40px;
	line-height: 30px;
	color: #1a53d2;
	font-weight: bold;
}
.item-section-5 .newsList .newsRight .content:hover h3{
	color: #FFFFFF;
}
.item-section-5 .newsList .newsRight .content .time span{
	font-family: arial;
	font-size: 12px;
	color: #1a53d2;
	font-weight: bold;
}
.item-section-5 .newsList .newsRight .content:hover span{
	color: #FFFFFF;
}
.item-section-5 .newsList .newsRight .content .icon {
	margin-top: 5px;
	padding: 0;
	display: table;
}
.item-section-5 .newsList .newsRight .content .icon span {
    font-size: 12px;
    color: #999;
    float: left;
    line-height: 21px;
}
.item-section-5 .newsList .newsRight .content .icon img {
    height: 10px;
	margin-right: 5px;
	display: inline-block;
}
.item-section-5 .newsList .newsRight .content h4 {
	width: calc( 100% - 105px);
	float: left;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	line-height: 22px;
	font-size: 14px;
	color: #666666;
}
.item-section-5 .newsList .newsRight .content:hover h4{
	font-weight: bold;
	color: #333333;
}
.item-section-5 .newsList .newsRight .content .img{
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 230px;
}
.item-section-5 .newsList .newsRight .content:hover .img{
  	box-shadow: 0px 20px 30px 0px rgba(51, 51, 51, 0.2);
}
.item-section-5 .newsList .newsRight .content .sj{
	width: 90%;
	margin: 0 auto;
	margin-top: 13px;
}
.item-section-5 .newsList .newsRight .content .sj .shijian{
	font-family: arial;
	font-size: 12px;
	color: #29d9db;
	display: inline-block;
	margin-top: 7px;
	line-height: 21px;
}
.item-section-5 .newsList .newsRight .content .sj .icon{
	float: right;
}
.item-section-5 .newsList .newsRight .content .sj h3{
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	line-height: 33px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    margin-bottom: 14px;
}
.item-section-5 .newsBtn {
	max-width: 245px;
	font-size: 12px;
	font-family: "Myriad Pro";
	color: rgb(255, 255, 255);
	line-height: 50px;
	background-color: rgb(47, 94, 216);
	border-radius: 180px;
	text-align: center;
	cursor: pointer;
	margin: 60px auto 0;
	transition: all 0.3s;
}
.item-section-5 .newsBtn:hover {
	box-shadow: 0px 8px 20px 0px rgba(1, 51, 181, 0.3);
}
@media screen and (max-width: 960px) {
	.item-section-5 {
		padding: 40px 0;
	}
	.item-section-5 .newsTitle .h3 {
		font-size: 30px;
	}
	.item-section-5 .newsTitle .h4 {
		font-size: 20px;
		letter-spacing: 20px;
		top: -20px;
	}
	.item-section-5 .newsCat {
		padding: 20px 0 40px;
	}
	.item-section-5 .newsCat .lanmu {
		font-size: 14px;
		width: 140px;
		line-height: 30px;
	}
	.item-section-5 .newsList .newsLeft {
		width: 100%;
		float: none;
	}
	.item-section-5 .newsList .newsRight {
		width: 100%;
		float: none;
	}
	.item-section-5 .newsBtn {
		margin: 40px auto 0;
	}
}
@media screen and (max-width: 690px) {
	.item-section-5 .newsTitle .h4 {
		width: 100%;
		letter-spacing: 15px;
	}
	.item-section-5 .newsCat {
		padding: 20px 0;
	}
	.item-section-5 .newsCat .lanmu {
		width: 120px;
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 420px) {
	.item-section-5 .newsList .newsLeft .list {
		width: 100%;
		float: none;
	}
	.item-section-5 .newsList .newsRight .list {
		width: 100%;
		float: none;
	}
}